home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / sage32.zip / WHATSNEW.DOC < prev   
Text File  |  1992-01-03  |  5KB  |  131 lines

  1.  
  2.         SAGE                                                 WHAT'S NEW?
  3.  
  4.         ----------------------------------------------------------------
  5.  
  6.         V3.2                                                  3-JAN-1992
  7.  
  8.         - larger sample digest
  9.  
  10.                 The sample digest has been expanded to contain over
  11.                 2,000 quotes, jokes, fortunes, poems, and other tidbits.
  12.  
  13.         - sample digest reformatted
  14.  
  15.                 Width has been formatted to no more than 64 columns.
  16.  
  17.                 Tab characters have been replaced with space characters,
  18.                 to avoid problems with some style file designs.
  19.  
  20.                 Noticed spelling errors were corrected.
  21.  
  22.         - added -q "quiet" option
  23.  
  24.                 The -q option will force SAGE into the "quiet" mode.
  25.  
  26.                 This keeps SAGE from reporting extra information to the
  27.                 screen.
  28.  
  29.                 For example, in quiet mode, SAGE does not report the
  30.                 number of messages in the digest, the actual message
  31.                 number selected, nor  place a > character before any
  32.                 message that is extracted to the screen.
  33.  
  34.         - more sample style files
  35.  
  36.                 Sample PCBoard and Text versions of the ANSI style files
  37.                 have been provided.
  38.  
  39.         - changed l command to i
  40.  
  41.                 The l command, which shows licensing information, was
  42.                 changed to the i command.
  43.  
  44.         - clarified license statement
  45.  
  46.                 Anyone can use SAGE for free.  All I ask, is that if you
  47.                 find the program valuable, consider making a donation
  48.                 towards my continued efforts.
  49.  
  50.                 If you don't have the money, just drop me a note and let
  51.                 me know that you thought about it.
  52.  
  53.         - source code is now available
  54.  
  55.                 To those who are interested in programming, the C++
  56.                 source code for SAGE is available for $99 to
  57.                 unregistered users, $74 to registered users.
  58.  
  59.         Bug fixes:
  60.  
  61.                 Fixed minor problem where copyright banner would show up
  62.                 twice when issuing the ? command.
  63.  
  64.                 Fixed typos in the user manual.
  65.  
  66.         ----------------------------------------------------------------
  67.  
  68.         V3.1                                                 18-DEC-1991
  69.  
  70.         - formatted output is back
  71.  
  72.                 Style files can be used to generate formatted output.
  73.                 Example ANSI graphic style files are provided.
  74.  
  75.         - easier to understand style macros
  76.  
  77.                 The %line% and %text% macros, from version 2.3, have been
  78.                 replaced with ones that are easier to use and understand.
  79.  
  80.                 @BODY@
  81.                 @FIRST_LINE@
  82.                 @BODY_MINUS_FIRST_LINE@
  83.  
  84.         Bug fixes:
  85.  
  86.                 Fixed bug where command line parser wouldn't recognize
  87.                 some single letter filenames.
  88.  
  89.         ----------------------------------------------------------------
  90.  
  91.         V3.0                                                 16-DEC-1991
  92.  
  93.         I lost the source code for prior versions by formatting a hard
  94.         disk, not realizing the tape backup wasn't any good.
  95.  
  96.         SAGE had to be completely rewritten.  I decided to redesign it
  97.         in an object oriented fashion.  This required changing languages
  98.         from C to C++.
  99.  
  100.         Some noticable differences between version 2.3 and 3.0 are:
  101.  
  102.         - new terminology
  103.  
  104.                 DIGEST: What was the "import" file is now called a
  105.                         "digest".
  106.  
  107.         - digests to not have to be converted into databases
  108.  
  109.                 Message extraction is now done directly from the digest.
  110.  
  111.         - one program does all
  112.  
  113.                 The conversion program is no longer needed.  Extraction
  114.                 program has been completely redesigned.
  115.  
  116.         - message extraction is much faster
  117.  
  118.                 Previously, SAGE sequentionally rummaged through a
  119.                 database looking for the correct quote to extract.
  120.  
  121.                 SAGE now uses a hash method to directly access any quote
  122.                 on demand.  This requires the building of an index.
  123.  
  124.         - formatted output is gone
  125.  
  126.                 It will return in the next version.
  127.  
  128.         ----------------------------------------------------------------
  129.  
  130.  
  131.